home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / textyl / src / globals.c < prev    next >
C/C++ Source or Header  |  1993-11-07  |  829b  |  23 lines

  1. #include    "defs.h"
  2. #include    "globals.h"
  3.  
  4. int32           intervals;    /* count of spline interval we are on */
  5. int32           lastPoint;    /* num of output points */
  6. int32           TotBytesWritten, ourq;    /* the 'q' for the postpost */
  7. int        didnewfonts;    /* did we define the new fonts for this page? */
  8. char            nf = 0;
  9. fontinfo    font[MAXFONTS + 1];
  10. int32           ourfontnum = -1;/* internal number of TeX font currently in use */
  11. int32           curfont;
  12. LabFontInfRec  *LFontTable[SizLFontTable];
  13. int32           pgfigurenum;    /* figure number for this page */
  14. int32           currpagenum;    /* number of page we are on */
  15.  
  16. FILE           *dvifile, *tfmfile, *outputfil;
  17. FILE           *logfile;
  18.  
  19. int32           h, v, w, x, y, z;
  20.  
  21. double          MINREAL = 1.0e-20;    /* a system-dependent 'constant' */
  22. short        b0, b1, b2, b3;
  23.